﻿CHARACTERS = {
	c:AFG = {
		create_character = {
			# Dost Mohammad Khan
			#role = politician # Remove this line
			first_name = "Dost"
			last_name = "Barakzai"
			ruler = yes
			age = 56
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				ambitious
			}
		}	

		create_character = {
			# Wazir Akbar Khan
			#role = politician # Remove this line
			first_name = "Akbar"
			last_name = "Singh"
			heir = yes
			age = 20
			interest_group = ig_armed_forces
			ideology = ideology_traditionalist
			traits = {
				ambitious
			}
		}

		create_character = {
			is_general = yes
			first_name = Dost
			last_name = Mohammed
			age = 43
			traits = {
		#		stalwart
		#		debutante
			}
		}
	}
}
